home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / libibert / configur.bat next >
Encoding:
DOS Batch File  |  1994-08-05  |  1013 b   |  40 lines

  1. *** orig/gdb-4.12/libibert/configur.bat    Mon Jul 25 22:47:48 1994
  2. --- src/gdb-4.12/libibert/configur.bat    Mon Jul 25 22:49:16 1994
  3. ***************
  4. *** 1,16 ****
  5.   @echo off
  6. - if "%1" == "go32" goto h8300
  7.   if "%1" == "h8/300" goto h8300
  8. - echo Specify one of [ go32 h8/300 ] on command line
  9. - goto exit
  10.   
  11. - :go32
  12.   echo Configuring libiberty for go32
  13. ! copy Makefile.dos Makefile
  14.   goto exit
  15.   
  16.   :h8300
  17.   echo Configuring libiberty for H8/300
  18. ! copy Makefile.dos Makefile
  19.   
  20.   :exit
  21. --- 1,18 ----
  22.   @echo off
  23.   if "%1" == "h8/300" goto h8300
  24.   
  25.   echo Configuring libiberty for go32
  26. ! update Makefile.dos Makefile
  27. ! echo #define NEED_sys_siglist 1 >> config.h
  28. ! echo #define NEED_psignal 1 >> config.h
  29. ! update alloca-normal.h alloca-conf.h
  30.   goto exit
  31.   
  32.   :h8300
  33.   echo Configuring libiberty for H8/300
  34. ! update Makefile.dos Makefile
  35. ! echo #define NEED_sys_siglist 1 >> config.h
  36. ! echo #define NEED_psignal 1 >> config.h
  37. ! update alloca-normal.h alloca-conf.h
  38.   
  39.   :exit
  40.